- while the case of a single half tiled window casting shadow is valid,
the main use case for half tiled windows is when they have a neighbor.
The :backdrop should be enough of a focus indicator and we avoid shadow
casting on neighbors that are on the same Z level.
&:backdrop { box-shadow: inset 0 0 0 3px $backdrop_bg_color, inset 0 1px $top_hilight; }
}
-
- &.maximized,
- &.fullscreen { box-shadow: none; }
}
&.maximized,
&.tiled-top,
&.tiled-left,
&.tiled-right,
- &.tiled-bottom { border-radius: 0; }
+ &.tiled-bottom { border-radius: 0; box-shadow: none; }
&.popup { box-shadow: none; }